home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gwu / recoverp.h < prev    next >
C/C++ Source or Header  |  1996-01-30  |  603b  |  21 lines

  1. /*
  2.  * Copyright (C) 1985-1992  New York University
  3.  * 
  4.  * This file is part of the Ada/Ed-C system.  See the Ada/Ed README file for
  5.  * warranty (none) and distribution info and also the GNU General Public
  6.  * License for more details.
  7.  
  8. */
  9.  
  10. char *err_message(int, struct prsstack *);
  11. int prs_block(struct two_pool *, struct two_pool *);
  12. int prs_check(struct two_pool *, int *, int);
  13. int scope_recovery(int, int, int *);
  14. int stack_size(struct two_pool *);
  15. int spell(char *, char *);
  16. void try_deletion();
  17. void try_insertion();
  18. void try_merge(struct prsstack *, struct prsstack *);
  19. void try_substitution();
  20.  
  21.